home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: FW_PResource::GetResourceHandle()
- Sent: 7/19/96 5:10 PM
- Received: 7/19/96 4:41 PM
- From: john paulson, paulson3@apple.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- What alignment are you using? If powerpc, there will be 2 bytes of
- padding after the count field. Resource compilers such as ODFRC/Rez
- don't do alignment on long boundaries; you have to do that yourself.
-
- munch
- >typedef struct
- >{
- > unsigned short count;
- > Rect r[1];
- >} nrctResource;
- >typedef nrctResource **nrctHandle;
-